crypto/tls.Conn.verifiedChains (field)
13 uses
crypto/tls (current package)
conn.go#L60: verifiedChains [][]*x509.Certificate
conn.go#L1640: state.VerifiedChains = c.verifiedChains
conn.go#L1688: if len(c.verifiedChains) == 0 {
handshake_client.go#L963: c.verifiedChains = hs.session.verifiedChains
handshake_client.go#L1154: c.verifiedChains, err = fipsAllowedChains(chains)
handshake_client.go#L1177: c.verifiedChains, err = fipsAllowedChains(chains)
handshake_client.go#L1195: if err := c.config.VerifyPeerCertificate(certificates, c.verifiedChains); err != nil {
handshake_client_tls13.go#L469: c.verifiedChains = hs.session.verifiedChains
handshake_server.go#L548: c.verifiedChains = sessionState.verifiedChains
handshake_server.go#L979: c.verifiedChains, err = fipsAllowedChains(chains)
handshake_server.go#L1000: if err := c.config.VerifyPeerCertificate(certificates, c.verifiedChains); err != nil {
handshake_server_tls13.go#L460: c.verifiedChains = sessionState.verifiedChains
ticket.go#L309: verifiedChains: c.verifiedChains,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)